home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Snippets / PathFromFSSpec / README < prev   
Encoding:
Internet Message Format  |  1994-05-03  |  545 b   |  [TEXT/R*ch]

  1. From: mxmora@unix.sri.com (Matthew Xavier Mora)
  2. Subject: PathName from FSSpec (pascal code) 
  3. Date: 9 Sep 92 00:21:34 GMT 
  4.  
  5. I spent the long weekend cursing at the AppleEventManager
  6. trying to get the finder to open a control panel. Anyway,
  7. one of the things I discoverd was that the alias manager will
  8. give you a path name if you ask for it. Since my program needed to
  9. display the path name, I wrote a function that will return a full
  10. path name in a handle (not in a str255 so you it won't crash with long 
  11. path names) when you give it a fsspec.
  12.